@charset "utf-8";
/* CSS Document */

.wa8_focus { position: relative; overflow: auto; text-align: center;}

.wa8_focus li { list-style: none; }

.wa8_focus ul li { float: left; }

#wa8_focus01 { width: 440px;}

#wa8_focus01 .dots { position: absolute; left: 0; right: 0; bottom: 20px;}

#wa8_focus01 .dots li

{
display: inline-block;

width: 10px;

height: 10px;

margin: 0 4px;

text-indent: -999em;

border: 2px solid #fff;

border-radius: 6px;

cursor: pointer;

opacity: .4;

-webkit-transition: background .5s, opacity .5s;

-moz-transition: background .5s, opacity .5s;

transition: background .5s, opacity .5s;

}

#wa8_focus01 .dots li.active

{
background: #fff;

opacity: 1;

}

#wa8_focus01 .arrow { position: absolute; top: 130px;}

#wa8_focus01 #al { left: 15px;}

#wa8_focus01 #ar { right: 15px;}

#wa8_focus01 ul{float:left;}

#wa8_focus01 li{float:left;}